devisualization.window.interfaces.eventable

Undocumented in source.

Members

Mixin templates

Eventing
mixintemplate Eventing(string name, T...)

Implements an eventable interface for something. Includes support for bool delegate(T) and void delegate(T). Will consume a call to all delegates if it returns true. Default false.

IEventing
mixintemplate IEventing(string name, T...)

Provides an interface version of an eventing mechanism.

Meta